"green peace" shadcn/ui theme

high-contrast
futuristic
eco-friendly
vibrant
immersive
experimental
bold-colors
sustainable
modern

Shadcn/ui Theme Css Variables

name: Neo-Chlorophyllkeyword: green peace views: 16

:root {
  --background: 145 80% 20%;
  --foreground: 60 100% 95%;
  --card: 145 80% 30%;
  --card-foreground: 60 100% 95%;
  --popover: 145 80% 25%;
  --popover-foreground: 60 100% 95%;
  --primary: 120 100% 50%;
  --primary-foreground: 145 80% 20%;
  --secondary: 155 70% 40%;
  --secondary-foreground: 60 100% 95%;
  --muted: 145 80% 40%;
  --muted-foreground: 145 80% 70%;
  --accent: 170 100% 50%;
  --accent-foreground: 145 80% 20%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 60 100% 95%;
  --border: 145 80% 50%;
  --input: 145 80% 50%;
  --ring: 120 100% 50%;
  --radius: 0.75rem;
  --chart-1: 145 80% 50%;
  --chart-2: 155 70% 40%;
  --chart-3: 170 100% 50%;
  --chart-4: 120 100% 50%;
  --chart-5: 60 100% 95%;
}